@charset "utf-8";

body,
html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

body,
p,
h1,
h2,
h3,
h4,
h5,
table,
ul,
li,
form,
input {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1;
}

body,
p {
    font-size: 14px;
    border: none;
    color: #000;
}

a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul,
li {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 12px;
    display: block;
}

/* strong,
b {
    font-weight: normal;
} */

table,
tr,
td {
    border-spacing: 0;
}

em,
i,
b {
    font-style: normal;
}

p {
    line-height: 170%;
    color: #555;
    font-size: 14px;
}

input,
button {
    border: none;
    background: none;
}

figcaption {
    display: block;
}

input:focus {
    outline: none;
}

/*::-webkit-input-placeholder { /* WebKit browsers */
font-size: 14px;
color: #555;
}

*/
/*::-ms-input-placeholder { /* Internet Explorer 10+ */
font-size:14px;
color: #555;
}

*/
/*::before,::after{ display: block; content: ''; display: block; transition: all 1s; position: absolute;}*/



.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 83.05%;
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.w1360 {
    width: 1360px;
    margin: 0px auto;
}


/*右侧浮动*/
.ycfdlm {
    position: fixed;
     right: 0;
    top: 30%;
    z-index: 9000;
}

.hadey {
    width: 100%;
    position: relative;
}

.hadey ul {
    height: 234px;
}

.hadey ul li {
    overflow: hidden;
    width: 70px;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hadey ul li:nth-child(2n+1) {
    background: #3577d0;
}

.hadey ul li:nth-child(2n) {
    background: #1d60bc;
}

.hadey ul li .diyi {
    width: 100%;
    overflow: hidden;
}

.hadey ul li .diyi small {
    display: block;
    width: 30px;
    height: 26px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/icon.png) no-repeat;
}

.hadey ul li .diyi small.ll_a {
    background-position: -17px -532px;
}

.hadey ul li .diyi small.ll_b {
    background-position: -86px -532px;
}

.hadey ul li .diyi small.ll_c {
    background-position: -160px -534px;
}

.hadey ul li .diyi small.ll_d {
    background-position: -230px -534px;
}

.hadey ul li .diyi span {
    display: block;
    color: #fff;
    padding-top: 8px;
    line-height: 1.2;
    font-size: 12px;
}

.hadey ul li .weixin {
    position: absolute;
    right: 80px;
    top: 100px;
    display: none;
}

.hadey ul li .weixin img {
    display: block;
    width: 100px;
    height: 100px;
}

.hadey ul li:hover .weixin {
    display: block;
}

.hadey ul li.dianhua {
    position: relative;
}

.hadey ul li.dianhua .munber {
    position: absolute;
    left: 0;
    top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 160px;
    overflow: hidden;
    display: none;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hadey ul li.trans:hover {
    margin-left: -10px;
    padding-right: 10px;
}

.hadey ul li.dianhua:hover {
    width: 240px;
    margin-left: -170px;
}

.hadey ul li.dianhua:hover .diyi {
    width: 80px;
}

.hadey ul li.dianhua:hover .munber {
    display: block;
    left: 80px;
}


.hadey ul li:hover .diyi span {
    color: #fff;
}

#goTopBtn {
    width: 70px;
    background: #1d60bc;
    cursor: pointer;
    padding: 12px 0;
    text-align: center;
    transition: 300ms;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#goTopBtn em {
    width: 30px;
    height: 26px;
    background: url(../images/icon.png) -300px -534px no-repeat;
    display: block;
    margin: 0 auto;
}

#goTopBtn span {
    display: block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 6px;
}

#goTopBtn:hover {
    margin-left: -10px;
    padding-right: 10px;
}